home *** CD-ROM | disk | FTP | other *** search
- object frmSplash: TfrmSplash
- Left = 346
- Top = 345
- BorderStyle = bsNone
- Caption = 'frmSplash'
- ClientHeight = 232
- ClientWidth = 282
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- Visible = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel: TPanel
- Left = 0
- Top = 0
- Width = 282
- Height = 232
- Align = alClient
- Caption = ' '
- Color = clWhite
- TabOrder = 0
- object Label1: TLabel
- Left = 12
- Top = 4
- Width = 250
- Height = 29
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'This is the Unregistered Version of the CoffeeCup Image Mapper++' +
- ' , for ordering please visit:'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 12
- Top = 32
- Width = 250
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'http://www.coffeecup.com/mapper'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Image: TImage
- Left = 48
- Top = 52
- Width = 176
- Height = 132
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object btnCool: TButton
- Left = 104
- Top = 200
- Width = 75
- Height = 25
- Caption = 'Cool !'
- TabOrder = 0
- OnClick = btnCoolClick
- end
- end
- end
-